projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6decb6c
)
* configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
author
Ken Brown
<kbrown@cornell.edu>
Thu, 12 Apr 2012 12:17:20 +0000
(08:17 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Thu, 12 Apr 2012 12:17:20 +0000
(08:17 -0400)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e70cb9f083133c5741452f1b99f9c3e10e2083f1..ea71d6e081a6b8b44c09c3be719f8e6738dc057c 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2012-04-12 Ken Brown <kbrown@cornell.edu>
+
+ * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
+
2012-04-11 Glenn Morris <rgm@gnu.org>
* configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
diff --git
a/configure.in
b/configure.in
index 327427ff3900bc671cf6f8f42d2f1913e65d2df4..bd8e3d622998851b2be4df166b980fe17f65b267 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-3800,6
+3800,13
@@
to run if these resources are not installed."
echo
fi
+if test "${opsys}" = "cygwin"; then
+ case `uname -r` in
+ 1.5.*) AC_MSG_WARN([[building Emacs on Cygwin 1.5 is not supported.]])
+ echo
+ ;;
+ esac
+fi
# Remove any trailing slashes in these variables.
[test "${prefix}" != NONE &&